ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ListBox<T> Class / ItemRole Property

In This Topic
    ItemRole Property (ListBox<T>)
    In This Topic
    Gets or sets the value of the "role" attribute added to the list items.
    Syntax
    'Declaration
     
    Public Property ItemRole As String
    public string ItemRole {get; set;}
    Remarks
    The default value for this property is "option".
    See Also